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

Unified Diff: third_party/WebKit/Source/core/paint/ClipRect.cpp

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
« no previous file with comments | « third_party/WebKit/Source/core/paint/ClipRect.h ('k') | third_party/WebKit/Source/core/paint/ClipRects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/ClipRect.cpp
diff --git a/third_party/WebKit/Source/core/layout/ClipRect.cpp b/third_party/WebKit/Source/core/paint/ClipRect.cpp
similarity index 97%
rename from third_party/WebKit/Source/core/layout/ClipRect.cpp
rename to third_party/WebKit/Source/core/paint/ClipRect.cpp
index 5be1e40f450a4ae927c190ee36b9e4876b948195..193a2c5ff5afa881b392d30daafd9b007cf04742 100644
--- a/third_party/WebKit/Source/core/layout/ClipRect.cpp
+++ b/third_party/WebKit/Source/core/paint/ClipRect.cpp
@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core/layout/ClipRect.h"
+#include "core/paint/ClipRect.h"
#include "core/layout/HitTestLocation.h"
« no previous file with comments | « third_party/WebKit/Source/core/paint/ClipRect.h ('k') | third_party/WebKit/Source/core/paint/ClipRects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698