From 798134400a22f878b6cfd186b3792ecedb4d9123 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 1 Apr 2014 14:46:37 +0200 Subject: Get rid of the BackingStore rendering path Now that the widgets view is also using the delegated renderer, there are no supported configuration that use the BackingStore rendering path, itself on the way of deprecation in Chromium. Change-Id: I4ab889f6a7c65e8447c259faf2c7a98b88c1acf5 Reviewed-by: Simon Hausmann --- src/core/web_engine_context.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/core/web_engine_context.h') diff --git a/src/core/web_engine_context.h b/src/core/web_engine_context.h index cdd3e34b2..e0624afa1 100644 --- a/src/core/web_engine_context.h +++ b/src/core/web_engine_context.h @@ -42,8 +42,6 @@ #ifndef WEB_ENGINE_CONTEXT_H #define WEB_ENGINE_CONTEXT_H -#include "web_contents_adapter_client.h" - #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" @@ -60,13 +58,11 @@ class ContentMainDelegateQt; class WebEngineContext : public base::RefCounted { public: - static scoped_refptr currentOrCreate(WebContentsAdapterClient::RenderingMode renderingMode); static scoped_refptr current(); - WebContentsAdapterClient::RenderingMode renderingMode(); private: friend class base::RefCounted; - WebEngineContext(WebContentsAdapterClient::RenderingMode renderingMode); + WebEngineContext(); ~WebEngineContext(); scoped_ptr m_runLoop; -- cgit v1.2.3