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

Unified Diff: public/platform/WebCompositorSupport.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « public/platform/WebCompositorOutputSurface.h ('k') | public/platform/WebContentDecryptionModule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCompositorSupport.h
diff --git a/public/platform/WebCompositorSupport.h b/public/platform/WebCompositorSupport.h
index 0056be58efdf08d81303a0a386b9d3187685b6e6..9f33d321c7811316432129aef9ab30bde28e42ea 100644
--- a/public/platform/WebCompositorSupport.h
+++ b/public/platform/WebCompositorSupport.h
@@ -32,7 +32,7 @@
#include "WebScrollbar.h"
#include "WebScrollbarThemePainter.h"
-namespace WebKit {
+namespace blink {
class WebAnimationCurve;
class WebCompositorOutputSurface;
@@ -57,7 +57,7 @@ class WebTransformOperations;
class WebCompositorSupport {
public:
// Creates an output surface for the compositor backed by a 3d context.
- virtual WebCompositorOutputSurface* createOutputSurfaceFor3D(WebKit::WebGraphicsContext3D*) { return 0; }
+ virtual WebCompositorOutputSurface* createOutputSurfaceFor3D(blink::WebGraphicsContext3D*) { return 0; }
// Creates an output surface for the compositor backed by a software device.
virtual WebCompositorOutputSurface* createOutputSurfaceForSoftware() { return 0; }
« no previous file with comments | « public/platform/WebCompositorOutputSurface.h ('k') | public/platform/WebContentDecryptionModule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698