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

Unified Diff: chrome/browser/extensions/api/declarative_content/content_action_unittest.cc

Issue 1824993004: Separate gfx_ipc into skia-dependent and non-skia-dependent parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add includes associated with new skia-only ui/gfx/ipc target Created 4 years, 9 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
Index: chrome/browser/extensions/api/declarative_content/content_action_unittest.cc
diff --git a/chrome/browser/extensions/api/declarative_content/content_action_unittest.cc b/chrome/browser/extensions/api/declarative_content/content_action_unittest.cc
index 3484ec3dd7f8a11fa2e42c64b8765ff5db1a5675..51830e54b6c1ec4420518c9e0e14a2fe2e286c32 100644
--- a/chrome/browser/extensions/api/declarative_content/content_action_unittest.cc
+++ b/chrome/browser/extensions/api/declarative_content/content_action_unittest.cc
@@ -29,6 +29,7 @@
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/image/image.h"
#include "ui/gfx/ipc/gfx_param_traits.h"
+#include "ui/gfx/ipc/gfx_skia_param_traits.h"
Devlin 2016/03/28 21:01:51 Are either of these needed here? Or could we just
Mark Dittmer 2016/03/29 17:41:24 This file needs IPC::WriteParam<SkBitmap>.
Devlin 2016/03/29 20:01:56 But not gfx_param_traits.h now, right? Sorry if I
Mark Dittmer 2016/03/30 22:04:41 I see. Yes. In this case, we don't need gfx_param_
namespace extensions {
namespace {

Powered by Google App Engine
This is Rietveld 408576698