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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 1747283003: Remove redundant codepath for webgl api blocking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « content/renderer/render_frame_impl.h ('k') | gpu/ipc/service/gpu_channel_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index f40c422299ac9de62cdefd2154974d527c1ffba1..b9ad125b2e505d5e2a6d7b281338bd6536fa2c58 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -4175,12 +4175,6 @@ bool RenderFrameImpl::allowWebGL(bool default_value) {
return !blocked;
}
-void RenderFrameImpl::didLoseWebGLContext(int arb_robustness_status_code) {
- Send(new FrameHostMsg_DidLose3DContext(
- blink::WebStringToGURL(frame_->top()->getSecurityOrigin().toString()),
- THREE_D_API_TYPE_WEBGL, arb_robustness_status_code));
-}
-
blink::WebScreenOrientationClient*
RenderFrameImpl::webScreenOrientationClient() {
if (!screen_orientation_dispatcher_)
« no previous file with comments | « content/renderer/render_frame_impl.h ('k') | gpu/ipc/service/gpu_channel_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698