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

Unified Diff: athena/test/sample_activity.h

Issue 591693002: Creating PNG images from web content to be used by OverviewMode navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed and using ImageSkia again Created 6 years, 3 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: athena/test/sample_activity.h
diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h
index 791bd2029e6c9eb128640e0ef5dc1591dc74fffa..2ff7506efc29c9e3d1bb133e3c96aef479f14e44 100644
--- a/athena/test/sample_activity.h
+++ b/athena/test/sample_activity.h
@@ -7,7 +7,10 @@
#include "athena/activity/public/activity.h"
#include "athena/activity/public/activity_view_model.h"
-#include "ui/gfx/image/image_skia.h"
+
+namespace gfx {
+class ImageSkia;
+}
namespace athena {
namespace test {

Powered by Google App Engine
This is Rietveld 408576698