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

Unified Diff: Source/core/css/CSSCrossfadeValue.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
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSCrossfadeValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSCrossfadeValue.h
diff --git a/Source/core/css/CSSCrossfadeValue.h b/Source/core/css/CSSCrossfadeValue.h
index 31d23a0da0431d91a009370066a3f0b07d9f4cdc..629e714750497d9dab263a5c1619afe4c0c98549 100644
--- a/Source/core/css/CSSCrossfadeValue.h
+++ b/Source/core/css/CSSCrossfadeValue.h
@@ -37,7 +37,7 @@ namespace blink {
class ImageResource;
class CrossfadeSubimageObserverProxy;
-class RenderObject;
+class LayoutObject;
class CSSCrossfadeValue final : public CSSImageGeneratorValue {
friend class CrossfadeSubimageObserverProxy;
@@ -51,12 +51,12 @@ 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;
- bool knownToBeOpaque(const RenderObject*) const;
+ bool knownToBeOpaque(const LayoutObject*) const;
void loadSubimages(ResourceFetcher*);
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSCrossfadeValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698