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

Unified Diff: WebCore/platform/graphics/chromium/LayerChromium.cpp

Issue 5639006: Merge 73479 - 2010-12-07 Alexey Marinichev <amarinichev@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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 | « WebCore/ChangeLog ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/platform/graphics/chromium/LayerChromium.cpp
===================================================================
--- WebCore/platform/graphics/chromium/LayerChromium.cpp (revision 73481)
+++ WebCore/platform/graphics/chromium/LayerChromium.cpp (working copy)
@@ -383,6 +383,7 @@
void LayerChromium::setNeedsDisplay()
{
+ m_dirtyRect.setLocation(FloatPoint());
m_dirtyRect.setSize(m_bounds);
m_contentsDirty = true;
setNeedsCommit();
« no previous file with comments | « WebCore/ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698