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

Unified Diff: cc/output/gl_renderer.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « cc/output/geometry_binding.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index 86fc945e08c5ebbfcba15eda999e09d5a658e411..956644ba0e30f2c18ea995e818393fd623885b42 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -23,7 +23,7 @@
class SkBitmap;
-namespace WebKit { class WebGraphicsContext3D; }
+namespace blink { class WebGraphicsContext3D; }
namespace cc {
@@ -53,7 +53,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
virtual const RendererCapabilities& Capabilities() const OVERRIDE;
- WebKit::WebGraphicsContext3D* Context();
+ blink::WebGraphicsContext3D* Context();
virtual void ViewportChanged() OVERRIDE;
@@ -73,7 +73,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
size_t bytes_visible_and_nearby,
size_t bytes_allocated) OVERRIDE;
- static void DebugGLCall(WebKit::WebGraphicsContext3D* context,
+ static void DebugGLCall(blink::WebGraphicsContext3D* context,
const char* command,
const char* file,
int line);
@@ -417,7 +417,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
SolidColorProgram solid_color_program_;
SolidColorProgramAA solid_color_program_aa_;
- WebKit::WebGraphicsContext3D* context_;
+ blink::WebGraphicsContext3D* context_;
gpu::ContextSupport* context_support_;
skia::RefPtr<GrContext> gr_context_;
« no previous file with comments | « cc/output/geometry_binding.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698