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

Unified Diff: Source/WebKit/chromium/src/WebLayerTreeView.cpp

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/WebKit/chromium/src/NonCompositedContentHost.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebLayerTreeView.cpp
===================================================================
--- Source/WebKit/chromium/src/WebLayerTreeView.cpp (revision 114754)
+++ Source/WebKit/chromium/src/WebLayerTreeView.cpp (working copy)
@@ -97,6 +97,11 @@
return WebSize(m_private->viewportSize());
}
+void WebLayerTreeView::setBackgroundColor(WebColor color)
+{
+ m_private->setBackgroundColor(color);
+}
+
void WebLayerTreeView::setVisible(bool visible)
{
m_private->setVisible(visible);
« no previous file with comments | « Source/WebKit/chromium/src/NonCompositedContentHost.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698