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

Unified Diff: content/common/gpu/surface_capturer.cc

Issue 22935009: Add content::SurfaceCapturer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_stride
Patch Set: a1372c98 Rebase for commit. Created 7 years, 4 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/common/gpu/surface_capturer.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/surface_capturer.cc
diff --git a/ui/base/models/dialog_model.cc b/content/common/gpu/surface_capturer.cc
similarity index 56%
copy from ui/base/models/dialog_model.cc
copy to content/common/gpu/surface_capturer.cc
index 310bff04c5027dee495cf98b5f4512dda1a3fc46..3409da1c1339435b4e0934c29fba536b6d857535 100644
--- a/ui/base/models/dialog_model.cc
+++ b/content/common/gpu/surface_capturer.cc
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/models/dialog_model.h"
+#include "content/common/gpu/surface_capturer.h"
-namespace ui {
+namespace content {
-DialogModel::~DialogModel() {
-}
+SurfaceCapturer::~SurfaceCapturer() {}
-} // namespace ui
+} // namespace content
« no previous file with comments | « content/common/gpu/surface_capturer.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698