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

Unified Diff: content/browser/android/in_process/synchronous_compositor_factory_impl.cc

Issue 406683003: aw: Expose record document as public api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: content/browser/android/in_process/synchronous_compositor_factory_impl.cc
diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
index f8c0642e7a4187af6ab992fc95ea0b8e9bace10d..c19173cd3cc0960bca9b9f5952fa43619fa10d55 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
@@ -259,8 +259,9 @@ void SynchronousCompositorFactoryImpl::SetDeferredGpuService(
service_ = service;
}
-void SynchronousCompositorFactoryImpl::DisableRecordFullLayer() {
- record_full_layer_ = false;
+void SynchronousCompositorFactoryImpl::SetRecordFullDocument(
+ bool record_full_document) {
+ record_full_layer_ = record_full_document;
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698