summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/rect.cc
diff options
context:
space:
mode:
authorwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 00:58:28 +0000
committerwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 00:58:28 +0000
commit1c7e5c9fa3505d66c7e5f1831a214b037bbec2b2 (patch)
tree17c1b6c9c9625b31fea56945fcab75cc5497d497 /ppapi/cpp/rect.cc
parentedb6e773afb3a46322ea64eaf4bb0f0f4eb7e726 (diff)
downloadchromium_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.cc4
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