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

Unified Diff: Source/web/PopupContainer.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android 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
« no previous file with comments | « Source/web/PinchViewports.cpp ('k') | Source/web/PopupListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupContainer.cpp
diff --git a/Source/web/PopupContainer.cpp b/Source/web/PopupContainer.cpp
index db05dc81b24bca2ad88d91600e58758de18acc4b..f2c57c73ed0164cff91967e229aa1ef2e3aeda4d 100644
--- a/Source/web/PopupContainer.cpp
+++ b/Source/web/PopupContainer.cpp
@@ -39,7 +39,6 @@
#include "core/page/Page.h"
#include "core/platform/PopupMenuClient.h"
#include "core/platform/chromium/FramelessScrollViewClient.h"
-#include "core/platform/graphics/GraphicsContext.h"
#include "platform/PlatformGestureEvent.h"
#include "platform/PlatformKeyboardEvent.h"
#include "platform/PlatformMouseEvent.h"
@@ -48,6 +47,7 @@
#include "platform/PlatformWheelEvent.h"
#include "platform/UserGestureIndicator.h"
#include "platform/geometry/IntRect.h"
+#include "platform/graphics/GraphicsContext.h"
#include <limits>
namespace WebCore {
« no previous file with comments | « Source/web/PinchViewports.cpp ('k') | Source/web/PopupListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698