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

Unified Diff: cc/graphics_context.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: cc/graphics_context.h
diff --git a/cc/graphics_context.h b/cc/graphics_context.h
index 6eb5b3407cbd0704c7cc268b083932a64dea68d0..0daabb0f36d4422af0409b94bd80cb1bec2c04a2 100644
--- a/cc/graphics_context.h
+++ b/cc/graphics_context.h
@@ -10,8 +10,8 @@
namespace cc {
-// FIXME: rename fully to CCOutputSurface.
-typedef WebKit::WebCompositorOutputSurface CCGraphicsContext;
+// FIXME: rename fully to OutputSurface.
+typedef WebKit::WebCompositorOutputSurface GraphicsContext;
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698