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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.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
Index: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
diff --git a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
index 84314d47334881ff1f88c6e9b66c5a430796b476..bd8a6ff7a2461826d09610f9a899fab2664c781e 100644
--- a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
+++ b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
@@ -24,10 +24,10 @@ class WebLayerImplFixedBounds : public WebLayerImpl {
virtual ~WebLayerImplFixedBounds();
// WebLayerImpl overrides.
- virtual void invalidateRect(const WebKit::WebFloatRect& rect);
- virtual void setAnchorPoint(const WebKit::WebFloatPoint& anchor_point);
- virtual void setBounds(const WebKit::WebSize& bounds);
- virtual WebKit::WebSize bounds() const;
+ virtual void invalidateRect(const blink::WebFloatRect& rect);
+ virtual void setAnchorPoint(const blink::WebFloatPoint& anchor_point);
+ virtual void setBounds(const blink::WebSize& bounds);
+ virtual blink::WebSize bounds() const;
virtual void setSublayerTransform(const SkMatrix44& transform);
virtual SkMatrix44 sublayerTransform() const;
virtual void setTransform(const SkMatrix44& transform);

Powered by Google App Engine
This is Rietveld 408576698