aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/app-android.cpp
diff options
context:
space:
mode:
authorGravatar Scroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-17 15:17:07 +0000
committerGravatar Scroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-17 15:17:07 +0000
commitb092140c1802576d489466a19c58e5dd36c61d88 (patch)
tree69367b7f32743259997a21ba62db5ec887fd88ee /gpu/src/app-android.cpp
parentf9046fef90bcdd3614148347091e792737788831 (diff)
Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture.
Review at http://codereview.appspot.com/4636045/ git-svn-id: http://skia.googlecode.com/svn/trunk@1636 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/src/app-android.cpp')
-rw-r--r--gpu/src/app-android.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/src/app-android.cpp b/gpu/src/app-android.cpp
index e07aa1d38f..51ce483da0 100644
--- a/gpu/src/app-android.cpp
+++ b/gpu/src/app-android.cpp
@@ -25,7 +25,7 @@ static GrContext* make_context() {
void gr_run_unittests() {}
#include "FlingState.h"
-#include "GrTouchGesture.h"
+#include "SkTouchGesture.h"
#include "SkView.h"
typedef SkView* (*SkViewFactory)();
@@ -64,7 +64,7 @@ private:
SkView* fView;
SkIPoint fViewport;
- GrTouchGesture fGesture;
+ SkTouchGesture fGesture;
SkTDArray<SkViewFactory> fFactory;