diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 00:58:28 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 00:58:28 +0000 |
commit | 1c7e5c9fa3505d66c7e5f1831a214b037bbec2b2 (patch) | |
tree | 17c1b6c9c9625b31fea56945fcab75cc5497d497 /ppapi/cpp/rect.cc | |
parent | edb6e773afb3a46322ea64eaf4bb0f0f4eb7e726 (diff) | |
download | chromium_src-1c7e5c9fa3505d66c7e5f1831a214b037bbec2b2.zip chromium_src-1c7e5c9fa3505d66c7e5f1831a214b037bbec2b2.tar.gz chromium_src-1c7e5c9fa3505d66c7e5f1831a214b037bbec2b2.tar.bz2 |
Check for specific PPB interface versions in the C++ wrappers for Graphics2D, *InputEvent, Instance, ImageData, Module, Rect, URLLoader, URLRequestInfo and URLResponseInfo.
BUG=107398
Review URL: https://chromiumcodereview.appspot.com/9700088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/rect.cc')
-rw-r--r-- | ppapi/cpp/rect.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/rect.cc b/ppapi/cpp/rect.cc index ef347dc..39d8018 100644 --- a/ppapi/cpp/rect.cc +++ b/ppapi/cpp/rect.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -127,4 +127,4 @@ bool Rect::SharesEdgeWith(const Rect& rect) const { (y() == rect.bottom() || bottom() == rect.y())); } -} // namespace gfx +} // namespace pp |