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

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

Issue 1711533002: Decouple browser-specific GPU IPC messages from GPU service IPCs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sievers@'s comments Created 4 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
Index: content/common/gpu/buffer_presented_params_mac.cc
diff --git a/content/public/common/notification_resources.cc b/content/common/gpu/buffer_presented_params_mac.cc
similarity index 54%
copy from content/public/common/notification_resources.cc
copy to content/common/gpu/buffer_presented_params_mac.cc
index b4ea9abe9359df4f17f1dadf9267f7eec53edf1a..acbb973cf685f8e4a25fa134698922c4d179bef4 100644
--- a/content/public/common/notification_resources.cc
+++ b/content/common/gpu/buffer_presented_params_mac.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/common/notification_resources.h"
+#include "content/common/gpu/buffer_presented_params_mac.h"
namespace content {
-NotificationResources::NotificationResources() {}
+BufferPresentedParams::BufferPresentedParams() : surface_id(0) {}
-NotificationResources::~NotificationResources() {}
+BufferPresentedParams::~BufferPresentedParams() {}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698