Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: ui/gl/gl_image_mock.cc

Issue 22824009: Remove StreamTextureManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_image_mock.h ('k') | ui/gl/gl_image_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/gl/gl_image_mock.h ('k') | ui/gl/gl_image_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698