| Index: ppapi/cpp/fullscreen.h
|
| ===================================================================
|
| --- ppapi/cpp/fullscreen.h (revision 116499)
|
| +++ ppapi/cpp/fullscreen.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -30,7 +30,7 @@
|
| /// fullscreen mode.
|
| ///
|
| /// @return <code>true</code> if the module instance is in fullscreen mode,
|
| - ///<code>false</code> if the module instance is not in fullscreen mode.
|
| + /// <code>false</code> if the module instance is not in fullscreen mode.
|
| bool IsFullscreen();
|
|
|
| /// SetFullscreen() switches the module instance to and from fullscreen
|
| @@ -48,7 +48,7 @@
|
| /// @param[in] fullscreen <code>true</code> to enter fullscreen mode, or
|
| /// <code>false</code> to exit fullscreen mode.
|
| ///
|
| - ///@return <code>true</code> on success or <code>false</code> on
|
| + /// @return <code>true</code> on success or <code>false</code> on
|
| /// failure.
|
| bool SetFullscreen(bool fullscreen);
|
|
|
|
|