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

Unified Diff: Source/core/platform/graphics/RoundedRect.h

Issue 18551004: Miscellaneous cleanup to reduce number of includes in platform/graphics/ Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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 | « Source/core/platform/graphics/IntPoint.cpp ('k') | Source/core/platform/graphics/RoundedRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/RoundedRect.h
diff --git a/Source/core/platform/graphics/RoundedRect.h b/Source/core/platform/graphics/RoundedRect.h
index 8dde238afdee6dde41d96c5b9b5a4cb147a3f985..588705f135281e3a344dc0cf0c6b80f3e889560d 100644
--- a/Source/core/platform/graphics/RoundedRect.h
+++ b/Source/core/platform/graphics/RoundedRect.h
@@ -27,11 +27,11 @@
#ifndef RoundedRect_h
#define RoundedRect_h
-#include "core/platform/graphics/FloatQuad.h"
#include "core/platform/graphics/IntRect.h"
namespace WebCore {
+class FloatQuad;
class RoundedRect {
public:
« no previous file with comments | « Source/core/platform/graphics/IntPoint.cpp ('k') | Source/core/platform/graphics/RoundedRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698