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

Unified Diff: blimp/client/feature/render_widget_feature.h

Issue 1653553002: blimp: Use remote client LayerTreeHost in the BlimpCompositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run tests for linux only for now. Created 4 years, 10 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
« no previous file with comments | « blimp/client/feature/compositor/test/dummy_layer_driver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/render_widget_feature.h
diff --git a/blimp/client/feature/render_widget_feature.h b/blimp/client/feature/render_widget_feature.h
index cb938d740d4553cd8a95b7eae4b26e7b91ec2ee5..14a9f26734f2090ea36ea53613014a70bd3ff00b 100644
--- a/blimp/client/feature/render_widget_feature.h
+++ b/blimp/client/feature/render_widget_feature.h
@@ -74,8 +74,9 @@ class BLIMP_CLIENT_EXPORT RenderWidgetFeature : public BlimpMessageProcessor {
// Sets a RenderWidgetMessageDelegate to be notified of all incoming
// RenderWidget related messages for |tab_id| from the engine. There can only
// be one RenderWidgetMessageDelegate per tab.
- void SetDelegate(const int tab_id, RenderWidgetFeatureDelegate* delegate);
- void RemoveDelegate(const int tab_id);
+ // virtual for testing.
+ virtual void SetDelegate(int tab_id, RenderWidgetFeatureDelegate* delegate);
+ virtual void RemoveDelegate(const int tab_id);
private:
// BlimpMessageProcessor implementation.
« no previous file with comments | « blimp/client/feature/compositor/test/dummy_layer_driver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698