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; |