Index: ui/gl/gl_image_mock.cc |
diff --git a/ui/base/touch/touch_device_android.cc b/ui/gl/gl_image_mock.cc |
similarity index 56% |
copy from ui/base/touch/touch_device_android.cc |
copy to ui/gl/gl_image_mock.cc |
index 39e34c24765363d439e175cad62cdc98ef257ed8..b54d4d69978aaeff99c40d2a92bd13ef78fb7f38 100644 |
--- a/ui/base/touch/touch_device_android.cc |
+++ b/ui/gl/gl_image_mock.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/base/touch/touch_device.h" |
+#include "ui/gl/gl_image_mock.h" |
-namespace ui { |
+namespace gfx { |
-bool IsTouchDevicePresent() { |
- return true; |
-} |
+GLImageMock::GLImageMock() {} |
-} // namespace ui |
+GLImageMock::~GLImageMock() {} |
+ |
+} // namespace gfx |