Index: mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h |
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h |
index 5e5c79f4dbb49babb805b1cbf8726ab2c7a286d6..93303369fb0178b757351520c3682f3357f3bfcc 100644 |
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h |
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h |
@@ -13,6 +13,8 @@ |
#include "mojo/services/public/cpp/view_manager/view_manager_types.h" |
#include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h" |
+class SkBitmap; |
+ |
namespace base { |
class RunLoop; |
} |
@@ -50,6 +52,7 @@ class ViewManagerSynchronizer : public IViewManagerClient { |
void SetActiveView(TransportNodeId node_id, TransportViewId view_id); |
void SetBounds(TransportNodeId node_id, const gfx::Rect& bounds); |
+ void SetViewContents(TransportViewId view_id, const SkBitmap& contents); |
void set_changes_acked_callback(const base::Callback<void(void)>& callback) { |
changes_acked_callback_ = callback; |