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

Unified Diff: cc/output/geometry_binding.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/delegating_renderer.cc ('k') | cc/output/geometry_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/geometry_binding.h
diff --git a/cc/output/geometry_binding.h b/cc/output/geometry_binding.h
index 2318b27ecff41106d92e84f91aea1dc3d50b45c0..a706f35622ad71ec5dab36569b2bd831cb924750 100644
--- a/cc/output/geometry_binding.h
+++ b/cc/output/geometry_binding.h
@@ -9,13 +9,13 @@
namespace gfx { class RectF; }
-namespace WebKit { class WebGraphicsContext3D; }
+namespace blink { class WebGraphicsContext3D; }
namespace cc {
class GeometryBinding {
public:
- GeometryBinding(WebKit::WebGraphicsContext3D* context,
+ GeometryBinding(blink::WebGraphicsContext3D* context,
const gfx::RectF& quad_vertex_rect);
~GeometryBinding();
@@ -29,7 +29,7 @@ class GeometryBinding {
static int TriangleIndexAttribLocation() { return 2; }
private:
- WebKit::WebGraphicsContext3D* context_;
+ blink::WebGraphicsContext3D* context_;
unsigned quad_vertices_vbo_;
unsigned quad_elements_vbo_;
« no previous file with comments | « cc/output/delegating_renderer.cc ('k') | cc/output/geometry_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698