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

Unified Diff: trunk/src/mojo/services/public/cpp/view_manager/view.h

Issue 306403003: Revert 274322 "Implement a demo that shows one app embedding ren..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/mojo/services/public/cpp/view_manager/view.h
===================================================================
--- trunk/src/mojo/services/public/cpp/view_manager/view.h (revision 274327)
+++ trunk/src/mojo/services/public/cpp/view_manager/view.h (working copy)
@@ -8,7 +8,6 @@
#include "base/basictypes.h"
#include "base/observer_list.h"
#include "mojo/services/public/cpp/view_manager/view_manager_types.h"
-#include "third_party/skia/include/core/SkColor.h"
class SkBitmap;
@@ -32,9 +31,7 @@
void AddObserver(ViewObserver* observer);
void RemoveObserver(ViewObserver* observer);
- // TODO(beng): temporary only.
void SetContents(const SkBitmap& contents);
- void SetColor(SkColor color);
private:
friend class ViewPrivate;

Powered by Google App Engine
This is Rietveld 408576698