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

Unified Diff: Source/Platform/chromium/public/WebLayerTreeView.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/Platform/ChangeLog ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/WebLayerTreeView.h
===================================================================
--- Source/Platform/chromium/public/WebLayerTreeView.h (revision 114754)
+++ Source/Platform/chromium/public/WebLayerTreeView.h (working copy)
@@ -26,6 +26,7 @@
#ifndef WebLayerTreeView_h
#define WebLayerTreeView_h
+#include "WebColor.h"
#include "WebCommon.h"
#include "WebPrivatePtr.h"
@@ -108,6 +109,9 @@
WEBKIT_EXPORT void setViewportSize(const WebSize&);
WEBKIT_EXPORT WebSize viewportSize() const;
+ // Sets the background color for the viewport.
+ WEBKIT_EXPORT void setBackgroundColor(WebColor);
+
// Sets whether this view is visible. In threaded mode, a view that is not visible will not
// composite or trigger updateAnimations() or layout() calls until it becomes visible.
WEBKIT_EXPORT void setVisible(bool);
« no previous file with comments | « Source/Platform/ChangeLog ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698