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

Unified Diff: java/org/chromium/distiller/webdocument/PlaceHolderEnd.java

Issue 1230583006: Fix for keeping lists structure (Closed) Base URL: https://github.com/chromium/dom-distiller.git@master
Patch Set: Using a new approach to keep list structure. Created 5 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: java/org/chromium/distiller/webdocument/PlaceHolderEnd.java
diff --git a/java/org/chromium/distiller/webdocument/PlaceHolderEnd.java b/java/org/chromium/distiller/webdocument/PlaceHolderEnd.java
new file mode 100644
index 0000000000000000000000000000000000000000..b935282e3143c58ac9d3638b27731dc336a5e90f
--- /dev/null
+++ b/java/org/chromium/distiller/webdocument/PlaceHolderEnd.java
@@ -0,0 +1,4 @@
+package org.chromium.distiller.webdocument;
+
+public abstract class PlaceHolderEnd extends WebElement {
+}

Powered by Google App Engine
This is Rietveld 408576698