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

Unified Diff: content/public/browser/android/content_view_layer_renderer.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (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 | « content/public/browser/android/compositor.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/content_view_layer_renderer.h
diff --git a/content/public/browser/android/content_view_layer_renderer.h b/content/public/browser/android/content_view_layer_renderer.h
index abc39cce121acbfc0e354b82f905e8910d20feac..a7d563ab104cb47fce12845dfa8fcf2f5b9142ee 100644
--- a/content/public/browser/android/content_view_layer_renderer.h
+++ b/content/public/browser/android/content_view_layer_renderer.h
@@ -8,7 +8,7 @@
// This interface is used by consumers of the ContentViewRenderView to
// attach/detach layers.
-namespace WebKit {
+namespace blink {
class WebLayer;
}
@@ -16,8 +16,8 @@ namespace content {
class ContentViewLayerRenderer {
public:
- virtual void AttachLayer(WebKit::WebLayer* layer) = 0;
- virtual void DetachLayer(WebKit::WebLayer* layer) = 0;
+ virtual void AttachLayer(blink::WebLayer* layer) = 0;
+ virtual void DetachLayer(blink::WebLayer* layer) = 0;
protected:
virtual ~ContentViewLayerRenderer() {}
« no previous file with comments | « content/public/browser/android/compositor.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698