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

Unified Diff: Source/core/paint/DeprecatedPaintLayerReflectionInfo.h

Issue 1327563003: Don't cache subsequence whose layer is not fully contained by repaint rect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
Index: Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
diff --git a/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h b/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
index f3b89e955dfbbf027ba8c42fb443ea12cb7b0aa3..adfda680b46b5d8ad7e47fcb9ec3d8739d4e67ce 100644
--- a/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
+++ b/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
@@ -46,7 +46,7 @@
#define DeprecatedPaintLayerReflectionInfo_h
#include "core/layout/LayoutBoxModelObject.h"
-#include "core/paint/DeprecatedPaintLayerPaintingInfo.h"
+#include "core/paint/DeprecatedPaintLayerPainter.h"
#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"

Powered by Google App Engine
This is Rietveld 408576698