~robertcarr/mir/send-clients-input

« back to all changes in this revision

Viewing changes to 3rd_party/android-deps/ui/FramebufferNativeWindow.h

  • Committer: Daniel van Vugt
  • Date: 2013-03-07 08:04:05 UTC
  • mfrom: (467.1.6 trunk)
  • mto: (467.1.21 trunk)
  • mto: This revision was merged to the branch mainline in revision 486.
  • Revision ID: daniel.van.vugt@canonical.com-20130307080405-vgn5g2ts7j08xekk
MergeĀ latestĀ lp:mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <EGL/egl.h>
24
24
 
25
 
#include <utils/threads.h>
26
 
#include <utils/String8.h>
 
25
#include "androidfw/Platform.h"
 
26
#include ANDROIDFW_UTILS(String8.h)
 
27
#include ANDROIDFW_UTILS(Condition.h)
 
28
#include ANDROIDFW_UTILS(Mutex.h)
 
29
#include ANDROIDFW_UTILS(Errors.h)
27
30
#include <ui/Rect.h>
28
31
 
29
32
#include <pixelflinger/pixelflinger.h>