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

Unified Diff: ui/gl/gl_image.cc

Issue 1870483003: Add command buffer support for GL_RGB CHROMIUM image emulation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing braces. Created 4 years, 8 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.h ('k') | ui/gl/gl_image_io_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_image.cc
diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/ui/gl/gl_image.cc
similarity index 59%
copy from tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
copy to ui/gl/gl_image.cc
index 900b65c4cc4d0a285729491e4d03ed6f3a52b0f3..b74aa83280aac15363d7da4828b83e84bbe6667c 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
+++ b/ui/gl/gl_image.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-namespace blink {
-void genThing();
+#include "ui/gl/gl_image.h"
-class GenClass {
- virtual void genMethod() {}
-};
+namespace gl {
+
+bool GLImage::EmulatingRGB() const {
+ return false;
}
+
+} // namespace gl
« no previous file with comments | « ui/gl/gl_image.h ('k') | ui/gl/gl_image_io_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698