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

Unified Diff: blimp/client/app/android/blimp_view.h

Issue 2382733007: Add BlimpDocument, pull out functions in BlimpCompositor. (Closed)
Patch Set: Remove Webkit DEPS modification. Created 4 years, 2 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 | « no previous file | blimp/client/app/android/blimp_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/blimp_view.h
diff --git a/blimp/client/app/android/blimp_view.h b/blimp/client/app/android/blimp_view.h
index f269250cb81465c2cb6d386f38ad8cfc79b9fa62..2d9b1d40c5cf213120fc81b0cb986227c9e873cc 100644
--- a/blimp/client/app/android/blimp_view.h
+++ b/blimp/client/app/android/blimp_view.h
@@ -19,7 +19,7 @@ class Size;
namespace blimp {
namespace client {
class BlimpCompositorDependencies;
-class BlimpCompositorManager;
+class BlimpDocumentManager;
class BrowserCompositor;
class RenderWidgetFeature;
@@ -105,7 +105,7 @@ class BlimpView {
const float device_scale_factor_;
std::unique_ptr<BlimpCompositorDependencies> compositor_dependencies_;
- std::unique_ptr<BlimpCompositorManager> compositor_manager_;
+ std::unique_ptr<BlimpDocumentManager> document_manager_;
std::unique_ptr<BrowserCompositor> compositor_;
// The format of the current surface owned by |compositor_|. See
« no previous file with comments | « no previous file | blimp/client/app/android/blimp_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698