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

Unified Diff: Source/core/rendering/RenderLayerFilterInfo.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building Created 7 years 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/rendering/RenderLayerFilterInfo.h
diff --git a/Source/core/rendering/RenderLayerFilterInfo.h b/Source/core/rendering/RenderLayerFilterInfo.h
index 7072cd90ccc98c690645cf3865f4e6c03f569ff0..f982008fc553df9be3adc114ffd1c23761bb3fc7 100644
--- a/Source/core/rendering/RenderLayerFilterInfo.h
+++ b/Source/core/rendering/RenderLayerFilterInfo.h
@@ -32,8 +32,8 @@
#include "core/dom/Element.h"
#include "core/fetch/DocumentResource.h"
-#include "core/platform/graphics/filters/FilterOperation.h"
#include "platform/geometry/LayoutRect.h"
+#include "platform/graphics/filters/FilterOperation.h"
#include "platform/graphics/filters/custom/CustomFilterProgramClient.h"
#include "wtf/HashMap.h"
#include "wtf/PassRefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698