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

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

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 | « blimp/client/core/contents/blimp_contents_view_impl.cc ('k') | blimp/client/core/render_widget/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
}
}
« no previous file with comments | « blimp/client/core/contents/blimp_contents_view_impl.cc ('k') | blimp/client/core/render_widget/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698