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

Unified Diff: content/public/browser/web_contents_observer.h

Issue 12319119: Fix layering violation in content\browser\renderer_host. That directory shouldn't be including web_… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | « content/public/browser/gpu_data_manager_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_observer.h
===================================================================
--- content/public/browser/web_contents_observer.h (revision 184684)
+++ content/public/browser/web_contents_observer.h (working copy)
@@ -10,7 +10,6 @@
#include "content/common/content_export.h"
#include "content/public/browser/navigation_controller.h"
#include "content/public/common/page_transition_types.h"
-#include "content/public/common/three_d_api_types.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
#include "ui/base/window_open_disposition.h"
@@ -234,12 +233,6 @@
// Called when the user agent override for a WebContents has been changed.
virtual void UserAgentOverrideSet(const std::string& user_agent) {}
- // Indicates that client 3D APIs (Pepper 3D, WebGL) were just
- // blocked on the current page, specifically because the GPU was
- // reset recently.
- virtual void DidBlock3DAPIs(const GURL& url,
- ThreeDAPIType requester) {}
-
// Invoked when new FaviconURL candidates are received from the renderer.
virtual void DidUpdateFaviconURL(int32 page_id,
const std::vector<FaviconURL>& candidates) {}
« no previous file with comments | « content/public/browser/gpu_data_manager_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698