Chromium Code Reviews| 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. |
|
dmichael (off chromium)
2012/01/09 20:08:24
I think you need to leave this 2012
jond
2012/01/11 21:48:53
Done.
|
| // 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); |