Index: Source/WebCore/platform/graphics/chromium/LayerChromium.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/LayerChromium.h (revision 114754) |
+++ Source/WebCore/platform/graphics/chromium/LayerChromium.h (working copy) |
@@ -99,9 +99,6 @@ |
void setBackgroundColor(const Color&); |
Color backgroundColor() const { return m_backgroundColor; } |
- void setBackgroundCoversViewport(bool); |
- bool backgroundCoversViewport() const { return m_backgroundCoversViewport; } |
- |
void setBounds(const IntSize&); |
virtual IntSize contentBounds() const { return bounds(); } |
@@ -246,7 +243,7 @@ |
void notifyAnimationStarted(const CCAnimationStartedEvent&, double wallClockTime); |
- virtual Region visibleContentOpaqueRegion() const { return Region(); }; |
+ virtual Region visibleContentOpaqueRegion() const; |
virtual ScrollbarLayerChromium* toScrollbarLayerChromium() { return 0; } |
@@ -305,7 +302,6 @@ |
FloatPoint m_position; |
FloatPoint m_anchorPoint; |
Color m_backgroundColor; |
- bool m_backgroundCoversViewport; |
Color m_debugBorderColor; |
float m_debugBorderWidth; |
String m_debugName; |