update APZCallbackhelper.cpp include draft
authoreyim <eyim@mozilla.com>
Wed, 25 May 2016 14:58:30 -0400
changeset 371029 6758d8d7d98ecb3fe2cd789bc07184aa7735ce06
parent 371028 21c7b12877b1b6526afce675bc28fc31175a7695
child 371030 c6800745b06cf0084d5a9b330781684f90eab94c
push id19208
push userbmo:eyim@mozilla.com
push dateWed, 25 May 2016 20:45:47 +0000
milestone49.0a1
update APZCallbackhelper.cpp include MozReview-Commit-ID: 8ZI6atouVdL
gfx/layers/apz/util/APZCCallbackHelper.cpp
--- a/gfx/layers/apz/util/APZCCallbackHelper.cpp
+++ b/gfx/layers/apz/util/APZCCallbackHelper.cpp
@@ -1,16 +1,16 @@
 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* 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/. */
 
 #include "APZCCallbackHelper.h"
 
-#include "ContentHelper.h"
+#include "TouchActionHelper.h"
 #include "gfxPlatform.h" // For gfxPlatform::UseTiling
 #include "gfxPrefs.h"
 #include "LayersLogging.h"  // For Stringify
 #include "mozilla/dom/Element.h"
 #include "mozilla/dom/TabParent.h"
 #include "mozilla/IntegerPrintfMacros.h"
 #include "mozilla/layers/LayerTransactionChild.h"
 #include "mozilla/layers/ShadowLayers.h"