Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1026)

Unified Diff: Source/core/platform/PlatformMouseEvent.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/platform/PlatformMouseEvent.h
diff --git a/Source/core/platform/PlatformMouseEvent.h b/Source/core/platform/PlatformMouseEvent.h
index 0bb2aa7f920ca6c1c2c326859475735a0569c007..f54246135241321e60cb56db6a2e1f970baf1b13 100644
--- a/Source/core/platform/PlatformMouseEvent.h
+++ b/Source/core/platform/PlatformMouseEvent.h
@@ -20,7 +20,7 @@
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef PlatformMouseEvent_h
@@ -30,10 +30,10 @@
#include "core/platform/graphics/IntPoint.h"
namespace WebCore {
-
+
// These button numbers match the ones used in the DOM API, 0 through 2, except for NoButton which isn't specified.
enum MouseButton { NoButton = -1, LeftButton, MiddleButton, RightButton };
-
+
class PlatformMouseEvent : public PlatformEvent {
public:
PlatformMouseEvent()
« no previous file with comments | « Source/core/platform/PlatformKeyboardEvent.h ('k') | Source/core/platform/PlatformSpeechSynthesisUtterance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698