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

Unified Diff: webkit/plugins/ppapi/ppb_flash_impl_linux.cc

Issue 7517020: First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | « webkit/glue/media/video_renderer_impl.h ('k') | webkit/plugins/ppapi/webkit_forwarding_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_flash_impl_linux.cc
===================================================================
--- webkit/plugins/ppapi/ppb_flash_impl_linux.cc (revision 93200)
+++ webkit/plugins/ppapi/ppb_flash_impl_linux.cc (working copy)
@@ -4,11 +4,11 @@
#include "webkit/plugins/ppapi/ppb_flash_impl.h"
-#include "skia/ext/platform_canvas.h"
#include "ppapi/c/pp_point.h"
#include "ppapi/c/pp_rect.h"
#include "ppapi/c/dev/ppb_font_dev.h"
#include "ppapi/thunk/enter.h"
+#include "skia/ext/platform_canvas.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkMatrix.h"
#include "third_party/skia/include/core/SkPaint.h"
@@ -116,4 +116,3 @@
} // namespace ppapi
} // namespace webkit
-
« no previous file with comments | « webkit/glue/media/video_renderer_impl.h ('k') | webkit/plugins/ppapi/webkit_forwarding_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698