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

Unified Diff: blimp/client/core/feedback/blimp_feedback_data.cc

Issue 2382733007: Add BlimpDocument, pull out functions in BlimpCompositor. (Closed)
Patch Set: Fix linux client. Created 4 years, 3 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: blimp/client/core/feedback/blimp_feedback_data.cc
diff --git a/blimp/client/core/feedback/blimp_feedback_data.cc b/blimp/client/core/feedback/blimp_feedback_data.cc
index 4532269817eff892e653a88221ca38b2ad89b3d3..e2d3ff9615debabe01d304af021f9920a21a6c2d 100644
--- a/blimp/client/core/feedback/blimp_feedback_data.cc
+++ b/blimp/client/core/feedback/blimp_feedback_data.cc
@@ -17,7 +17,7 @@ std::string HasVisibleBlimpContents(
std::vector<BlimpContentsImpl*> all_blimp_contents =
blimp_contents_manager->GetAllActiveBlimpContents();
for (const auto& item : all_blimp_contents) {
- if (item->compositor_manager()->visible()) {
+ if (item->document_manager()->visible()) {
return "true";
}
}

Powered by Google App Engine
This is Rietveld 408576698