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

Unified Diff: third_party/WebKit/Source/core/paint/ClipRectsCache.h

Issue 2672643004: Move ClipRect and related classes from layout/ to paint/. (Closed)
Patch Set: none Created 3 years, 11 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: third_party/WebKit/Source/core/paint/ClipRectsCache.h
diff --git a/third_party/WebKit/Source/core/layout/ClipRectsCache.h b/third_party/WebKit/Source/core/paint/ClipRectsCache.h
similarity index 97%
rename from third_party/WebKit/Source/core/layout/ClipRectsCache.h
rename to third_party/WebKit/Source/core/paint/ClipRectsCache.h
index 161e37373d87719550758a132c9b2896ffd0b186..0fb9aae76d51c80171862bd18f796ed8076954f1 100644
--- a/third_party/WebKit/Source/core/layout/ClipRectsCache.h
+++ b/third_party/WebKit/Source/core/paint/ClipRectsCache.h
@@ -5,7 +5,7 @@
#ifndef ClipRectsCache_h
#define ClipRectsCache_h
-#include "core/layout/ClipRects.h"
+#include "core/paint/ClipRects.h"
#if DCHECK_IS_ON()
#include "platform/scroll/ScrollTypes.h" // For OverlayScrollbarClipBehavior.
« no previous file with comments | « third_party/WebKit/Source/core/paint/ClipRects.h ('k') | third_party/WebKit/Source/core/paint/LayerClipRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698