Bug 1285570 - Implement VISITED event as native method; r=snorp

Convert the VISITED event in GeckoEvent to a native method call in
GeckoAppShell.
This commit is contained in:
Jim Chen
2016-07-11 18:07:35 -04:00
parent c459fcacd1
commit ac6891b4f6
5 changed files with 15 additions and 29 deletions

View File

@@ -608,7 +608,6 @@ public:
NOOP = 15,
APZ_INPUT_EVENT = 17, // used internally in AndroidJNI/nsAppShell/nsWindow
VIEWPORT = 20,
VISITED = 21,
NETWORK_CHANGED = 22,
THUMBNAIL = 25,
SCREENORIENTATION_CHANGED = 27,