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

Unified Diff: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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 | « third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
index 9c3f94aa707b27583ab21f2aa0530d2272272451..3ac788a7f22f14c48a7631dac59fbf5aedb1d37f 100644
--- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
+++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
@@ -58,6 +58,8 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason) {
return "background on scrolling contents layer";
case PaintInvalidationCaret:
return "caret";
+ case PaintInvalidationViewBackground:
+ return "view background";
case PaintInvalidationForTesting:
return "for testing";
case PaintInvalidationDelayedFull:
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698