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

Unified Diff: gpu/command_buffer/service/gl_context_mock.cc

Issue 1095893002: gpu: Fix some context lost marking glitches+leaks and add UMA stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kbr's comment Created 5 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 | « gpu/command_buffer/service/gl_context_mock.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gl_context_mock.cc
diff --git a/media/base/media_permission.cc b/gpu/command_buffer/service/gl_context_mock.cc
similarity index 52%
copy from media/base/media_permission.cc
copy to gpu/command_buffer/service/gl_context_mock.cc
index 739e4454ae76be702c1ddde201fc9680575d9c9e..ce5d10f2770c95c59d0ad70129594dc474359256 100644
--- a/media/base/media_permission.cc
+++ b/gpu/command_buffer/service/gl_context_mock.cc
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/media_permission.h"
+#include "gpu/command_buffer/service/gl_context_mock.h"
-namespace media {
+namespace gpu {
-MediaPermission::MediaPermission() {
+GLContextMock::GLContextMock() {
}
-
-MediaPermission::~MediaPermission() {
+GLContextMock::~GLContextMock() {
}
-} // namespace media
+} // namespace gpu
« no previous file with comments | « gpu/command_buffer/service/gl_context_mock.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698