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

Unified Diff: Source/core/css/CSSCanvasValue.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months 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: Source/core/css/CSSCanvasValue.h
diff --git a/Source/core/css/CSSCanvasValue.h b/Source/core/css/CSSCanvasValue.h
index f00375d34769e7df5640c2a60c98697832d4c349..f7550bc923f5f6b8efae12d77374bfb9918aa389 100644
--- a/Source/core/css/CSSCanvasValue.h
+++ b/Source/core/css/CSSCanvasValue.h
@@ -43,9 +43,9 @@ public:
String customCSSText() const;
- PassRefPtr<Image> image(RenderObject*, const IntSize&);
+ PassRefPtr<Image> image(LayoutObject*, const IntSize&);
bool isFixedSize() const { return true; }
- IntSize fixedSize(const RenderObject*);
+ IntSize fixedSize(const LayoutObject*);
bool isPending() const { return false; }
void loadSubimages(ResourceFetcher*) { }

Powered by Google App Engine
This is Rietveld 408576698