Skip to content

Commit

Permalink
Bug 1271747 - Fix AndroidBridge.h include in GLContextProviderEGL.cpp…
Browse files Browse the repository at this point in the history
…. r=snorp
  • Loading branch information
Gregor Wagner committed May 12, 2016
1 parent 526fdd8 commit bba6d95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gfx/gl/GLContextProviderEGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@
#include "nsScreenManagerGonk.h"
#endif

#ifdef MOZ_WIDGET_ANDROID
#include "AndroidBridge.h"
#endif

#ifdef ANDROID
#include <android/log.h>
#include "AndroidBridge.h"
#define LOG(args...) __android_log_print(ANDROID_LOG_INFO, "Gonk" , ## args)

#ifdef MOZ_WIDGET_GONK
Expand Down

0 comments on commit bba6d95

Please sign in to comment.