| 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
|
|
|