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

Unified Diff: android_webview/common/aw_content_client.h

Issue 1838853005: android: Remove in-process sync compositor code path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_in_proc_video
Patch Set: rebase Created 4 years, 8 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 | android_webview/common/aw_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_content_client.h
diff --git a/android_webview/common/aw_content_client.h b/android_webview/common/aw_content_client.h
index 28eb2fc884532aee8895feffc2561131299272fd..e3f8a0d4dd46bc3f406caf944965ae17333ea9de 100644
--- a/android_webview/common/aw_content_client.h
+++ b/android_webview/common/aw_content_client.h
@@ -30,8 +30,9 @@ class AwContentClient : public content::ContentClient {
int resource_id,
ui::ScaleFactor scale_factor) const override;
bool CanSendWhileSwappedOut(const IPC::Message* message) override;
-
void SetGpuInfo(const gpu::GPUInfo& gpu_info) override;
+ bool UsingSynchronousCompositing() override;
+
const std::string& gpu_fingerprint() const { return gpu_fingerprint_; }
private:
« no previous file with comments | « no previous file | android_webview/common/aw_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698