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

Unified Diff: Source/WebCore/platform/graphics/chromium/LayerChromium.h

Issue 10146014: Merge 113677 - [chromium] Viewport is not filled when out of texture memory on mac (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/LayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/LayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698