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

Unified Diff: Source/web/PinchViewports.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 | « Source/web/PageWidgetDelegate.cpp ('k') | Source/web/PinchViewports.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PinchViewports.h
diff --git a/Source/web/PinchViewports.h b/Source/web/PinchViewports.h
index 15f90f8538302bd035fe394a996a6d675612b06d..7b33491c6794bf11d74210633ea9f5b249d1a39f 100644
--- a/Source/web/PinchViewports.h
+++ b/Source/web/PinchViewports.h
@@ -45,7 +45,7 @@ class IntRect;
class IntSize;
}
-namespace WebKit {
+namespace blink {
class WebLayerTreeView;
class WebScrollbarLayer;
@@ -75,7 +75,7 @@ public:
private:
explicit PinchViewports(WebViewImpl* owner);
- void setupScrollbar(WebKit::WebScrollbar::Orientation);
+ void setupScrollbar(blink::WebScrollbar::Orientation);
WebViewImpl* m_owner;
OwnPtr<WebCore::GraphicsLayer> m_innerViewportContainerLayer;
@@ -87,6 +87,6 @@ private:
OwnPtr<WebScrollbarLayer> m_webOverlayScrollbarVertical;
};
-} // namespace WebKit
+} // namespace blink
#endif // PinchViewports_h
« no previous file with comments | « Source/web/PageWidgetDelegate.cpp ('k') | Source/web/PinchViewports.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698