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

Unified Diff: Source/core/rendering/RenderFrameBase.h

Issue 14614007: Remove frame flattening from rendering code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: better. Created 7 years, 7 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/platform/ScrollView.cpp ('k') | Source/core/rendering/RenderFrameBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderFrameBase.h
diff --git a/Source/core/rendering/RenderFrameBase.h b/Source/core/rendering/RenderFrameBase.h
index 2b38b67440bedb1cb1c958b3af8bb8d889482309..fd2e63c1caf3db62f4fd10e1594e4627350accd4 100644
--- a/Source/core/rendering/RenderFrameBase.h
+++ b/Source/core/rendering/RenderFrameBase.h
@@ -32,11 +32,11 @@ namespace WebCore {
// Base class for RenderFrame and RenderIFrame
class RenderFrameBase : public RenderPart {
+
+// FIXME: Remove this file. http://crbug.com/231898
+
protected:
explicit RenderFrameBase(Element*);
-
-public:
- void layoutWithFlattening(bool fixedWidth, bool fixedHeight);
};
} // namespace WebCore
« no previous file with comments | « Source/core/platform/ScrollView.cpp ('k') | Source/core/rendering/RenderFrameBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698