author | David Zbarsky <dzbarsky@gmail.com> |
Sat, 18 May 2013 14:18:12 -0700 | |
changeset 132336 | 43c0c4dd5a5c859eb2e92c7b52f53f8b324cd0d6 |
parent 132335 | aad29aa892374b20bded7db2980c24f9e109d2d8 |
child 132337 | eb1d7f3cd1d70f1136de57224f3a2840a0c1414b |
push id | 24696 |
push user | philringnalda@gmail.com |
push date | Mon, 20 May 2013 00:45:54 +0000 |
treeherder | mozilla-central@738160b0b774 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Ms2ger |
bugs | 864206 |
milestone | 24.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/events/src/Touch.h +++ b/content/events/src/Touch.h @@ -1,22 +1,23 @@ /* vim: set shiftwidth=2 tabstop=8 autoindent cindent expandtab: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_dom_Touch_h #define mozilla_dom_Touch_h -#include "nsDOMUIEvent.h" #include "nsIDOMTouchEvent.h" #include "nsString.h" #include "nsTArray.h" #include "mozilla/Attributes.h" #include "nsJSEnvironment.h" +#include "nsWrapperCache.h" +#include "mozilla/dom/EventTarget.h" namespace mozilla { namespace dom { class Touch MOZ_FINAL : public nsIDOMTouch , public nsWrapperCache { public: